home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 188 / 01-04 PC Format 188 [2006-06] DVD side 1_.iso / DiscContents / Workshops / Workshops_Games / ADRIFT / ADRIFT.cab / Sample.alr < prev    next >
Text File  |  2001-04-26  |  472b  |  17 lines

  1. # This is a sample ADRIFT Language Resource (ALR) file
  2. #
  3. # File format:
  4. # Text to replace|New text
  5.  
  6. Also here is|You can also see
  7. You can only move|Exits are
  8.  
  9.  
  10. # Example of text variables
  11. # Assume in the game you have variable "dial" which can be 0, 1 or 2
  12. # You would reference this in the game as "[DIAL=%dial%]
  13. # Then use the following replacements;
  14.  
  15. [DIAL=0]|The dial is set to low.
  16. [DIAL=1]|The dial is set to medium.
  17. [DIAL=2]|The dial is set to high.